@charset "utf-8";

/*通用*/
.tit{
    font-size: 30px;
    margin-bottom: 30px;
    color: #231815;
}
img{
    display: block;
    width: 100%;
    height: auto;
}
.w1728{
    width: 89.9%;
    margin: 0 auto;
}
.mflex{
    display: flex;
    align-items: center;
}
.toBlock{
    display: block;
}
.trans3{
     transition: .3s;
}
.trans5{
    transition: .5s;
}
:root{
    --font-color: #231815;
    --red-color: #c72310
}
.pctext{display: block}
.mobtext{display: none}
/*头部*/
/*.page-banner{*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*}*/
.header{
    height: 70px;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header.on,
.header:hover{
    background: #fff;
}
.header .w1728{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .w1728 .logo{
    width: 240px;
    display: block;
}

.header .w1728 .head-right .nav{
    display: flex;
}
.header .w1728 .head-right .nav li{
    margin-right: 30px;
    position: relative;
}
.header .w1728 .head-right .nav li .code{
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    transition: .5s;
    opacity: 0;
}
.pro-l{
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 90px;
    height: 0px;
    overflow: hidden;
    transition: .5s;
    padding: 0 20px;
}
.header .w1728 .head-right .nav li:hover .pro-l{
    height: 128px;
}
.pro-l a {display: block;margin-bottom: 10px}
.pro-l a:first-child{margin-top: 20px}
.header .w1728 .head-right .nav li .code .sj{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin: 0 auto;
}

.header .w1728 .head-right .nav li:last-child:hover .code{
    opacity: 1;
}
.header .w1728 .head-right .nav li a{
    display: block;
    transition: .5s;
    color: #595757;
}
.header .w1728 .head-right .nav li a:hover,
.header .w1728 .head-right .nav li a.on{
    color: #101b22;

}
.header .w1728 .head-right .icon{
    margin-right: 10px;
}
.header .w1728 .head-right .serach{
    margin-right: 15px;
}
.header .w1728 .head-right .img{
    margin: 0 5px;
}

.mob-header{
    display: none;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}
.header .serach input{
    outline: none;
    border: none;
    width: 30px;
    background: transparent;
}
.main{
    padding: 150px 0 110px;
}
.main .news-list ul{
    display: flex;
    flex-wrap: wrap;
}
.main .news-list ul li {
    width: 23.7%;
    margin-bottom: 20px;
    margin-right: 1.7%;
}
.main .news-list ul li .title{
    margin-top: 10px;
}
.main .news-list ul li.on{
    margin-right: 0;
}
.mob-header .w1728{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}
.mob-header .w1728 .logo{
    width: 280px;
      position: absolute;
    left: 50%;
     transform: translateX(-50%); /* 严格居中 */
}

.mob-header .w1728 .icon{
    margin-right: 10px;
}
.mob-header .w1728 .lang .img{
    margin: 0 5px;
}
.mob-header .mb-line{cursor: pointer; margin-right: auto; }
.mob-header .mb-line > div{
    width: 31px;
    height: 2px;
    background: var(--red-color);
    margin-bottom: 8px;
    transition: .5s;
    opacity: 1;
}
.mob-header .mb-line.on > .center-line{
    opacity: 0;
}
.mob-header .mb-line.on > .top-line{
    transform: rotate(-45deg) translateY(-2px);
    transform-origin: right bottom;
}
.mob-header .mb-line.on > .b-line {
    transform: rotate(45deg) translateY(0px);
    transform-origin: right top;
}
.mob-wrap{
    background: #fff;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    height: 0;
    transition: .5s;
    z-index: 999;
    overflow: hidden;
}
.mob-wrap.on{
    height: 100vh;
}
.mob-nav{
    margin-top: 50px;
}
.mob-nav .nav-tit{
    font-size: 22px;
    color: #333;
}
.mob-nav li .nav-top{
    justify-content: space-between;
}
.mob-nav li{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    cursor: pointer;
    height: 44px;
    overflow: hidden;
}
.mob-nav li.on .icon {
    transform: rotate(90deg);
}
.mob-nav li .mob-link{
    margin: 20px 0 20px;
}
.mob-nav li .mob-link a{
    font-size: 16px;
    margin-bottom: 10px;
}
.mob-nav li .mob-link a:hover{
    color: var(--red-color);
    text-decoration: underline;
}
/*首页*/
.banner .banner-item{height: 100vh}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 60px;
}
.swiper-pagination-bullet-active{
    background: #fff;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 15px !important;
}
.i-product{
    padding: 90px 0 0 0;
}
.i-product .w1728 > .mflex {
    justify-content: space-between;
    width: 100%;
    padding-right: 0.8%;
    box-sizing: border-box;
}
.i-product .i-product-nav li{
    font-size: 18px;
    transition: .3s;
    cursor: pointer;
    margin-right: 20px;
}
.i-product .i-product-nav li:hover,
.i-product .i-product-nav li.on{
    color: #0d131a;
}
.i-product .i-product-swiper{
    margin-top: 40px;
    display: none;
}
.i-product .i-product-swiper.on{
    display: block;
}
.i-product .i-product-swiper .pro-item{
    width: 32.44% !important;
    /*height: 465px;*/
    /*border-radius: 15px;*/
    /*background: #f5f5f5;*/
    position: relative;
    /*padding: 30px;*/
    /*box-sizing: border-box;*/
    display: block;
}
.i-product .i-product-swiper .pro-item .img {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.i-product .i-product-swiper .pro-item:hover img{
    transform: scale(1.1);
}
.i-product .i-product-swiper .pro-item .pro-tit{
    font-size: 15px;
    position: absolute;
    top: 5%;
    font-family: 'light';
    left: 5.3%;
}
.i-about .i-about-tit{
    margin: 150px 0;
}
.i-about .i-about-tit > p{
    text-align: center;
}
.i-about-tit > p:nth-child(2){
    font-family: 'light';
}
.i-about .i-about-btn{
    width: 100px;
    height: 36px;
    border: 1px solid #808080;
    border-radius: 3px;
    margin: 30px auto 0;
    justify-content: center;
    transition: .3s !important;
}
.i-about-btn .red{
    display: none;
}
.i-about .i-about-btn p{
    transition: .3s !important;
}
.i-about .i-about-btn:hover{
    border-color: var(--red-color);
}
.i-about .i-about-btn:hover p{
    color: var(--red-color);
}
.i-about .i-about-btn:hover .red{
    display: block;
}
.i-about .i-about-btn:hover .gray{
    display: none;
}
.i-about .i-about-btn .icon{
    width: 7px;
    margin-left: 10px;
}
.i-about .i-about-box{
    justify-content: space-between;
    overflow: hidden;
}
.i-about .i-about-box .box-left{
    width: 65.812%;
}
.i-about .i-about-box .box-left .img{
    border-radius: 11px;
    overflow: hidden;
}
.i-about .i-about-box .box-left .img img{
    /*width: auto;*/
    object-fit: cover;
    object-position: center;
}
.i-about .i-about-box .box-left .img:hover img{
    transform: scale(1.05);
}
.i-about .i-about-box .box-left p,
.i-about .i-about-box .box-right p{
    color: #231815;
    font-size: 16px;
    margin: 24px 0;
}
.i-about .i-about-box  .bottom{
    justify-content: space-between;
}
.i-about .i-about-box .bottom .btm{
    width: 48.93%;
}
.i-about .i-about-box .box-right{
    width: 32.703%;
    height: 948px;
}
.i-about .i-about-box .box-right .img{
    background: #f5f5f5 url("/static/img/about4_bg.png") center center / cover no-repeat;
    height: 93.7%;
    box-sizing: border-box;
    position: relative;
    border-radius: 11px;
}
.i-about .i-about-box .box-right .img > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}
.i-about .i-about-box .box-right .img .ren{
    width: 57.42%;
}
.i-about .i-about-box .box-right .img .trans5{
    animation: rotate 5s linear infinite;
    -webkit-animation: rotate 5s linear infinite;
}
@keyframes rotate{
     from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to { 
       -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg); 
      
  }
}
@-webkit-keyframes rotate {
     from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to { 
       -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg); 
      
  }
}
.i-about .i-about-box .box-right:hover .img .trans5{
    animation-play-state: paused;
}
.i-news{
    padding: 110px 0 350px;
}
.i-news .i-news-title{
    font-size: 30px;
    color: var(--font-color);
    padding-bottom: 10px;
    border-bottom: 1px solid #c7303f;
    width: fit-content;
}
.i-news .i-news-wrap{
    margin-top: 120px;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}
.i-news .i-news-wrap .main-top{
    position: absolute;
    top: -80px;
    width: 100%;
    justify-content: space-between;
}
.i-news .i-news-wrap .main-top .text{
    display: flex;
}
.i-news .i-news-wrap .main-top .text p{
    color: var(--font-color);
    font-size: 25px;
     display: -webkit-box;
    -webkit-line-clamp: 1;       /* 限制显示行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    overflow: hidden;            /* 超出隐藏 */
    text-overflow: ellipsis;     /* 超出显示省略号 */
    max-height: 4.5em;          /* 行高 × 行数（可选） */
    line-height: 1.5em;         /* 行高 */
}
.i-news .i-news-wrap .main-top .time{
    margin-right: 10px;
}
.i-news .i-news-wrap .main-news{
    /*width: 47.922%;*/
    width: 41.164%;
     border-radius: 11px;
    overflow: hidden;
}
.i-news .i-news-wrap .main-news .img{
    /*margin-top: 50px;*/
   
}
.i-news .i-news-wrap .main-news img{
    /*width: auto;*/
    max-height: 397px;
    object-fit: cover;
}
.i-news .i-news-wrap .main-news .img:hover img {
    transform: scale(1.05);
}
.i-news .i-news-wrap .i-news-list{
    /*width: 48.502%;*/
    width: 55.26%;
}
.i-news .i-news-wrap .news_more,
.pro_more{
    justify-content: flex-end;
    margin-bottom: 25px;
}
.i-news .i-news-wrap .news_more p,
.pro_more p{
    font-size: 14px;
    margin-right: 5px;
}
.i-news .i-news-wrap .news_more img,
.pro_more img{
    width: auto;
}
.i-news .i-news-wrap .i-news-list .list li a{
    display: flex;
}
.i-news .i-news-wrap .i-news-list .list li a{
    border-bottom: 1px solid #918c8a;
    padding: 18px 0;
    transition: .5s;
    box-sizing: border-box;
    position: relative;
}
.i-news .i-news-wrap .i-news-list .list li a::after {
    content: '';
    position: absolute;
    bottom: -1px; /* 对齐边框 */
    left: 0;
    width: 0;
    height: 1px;
    background: #c7303f;
    transition: width .8s;
}

.i-news .i-news-wrap .i-news-list .list li a:hover::after {
    width: 100%;
}

.i-news .i-news-wrap .i-news-list .list li:first-child a{
    border-top: 1px solid #918c8a;
}
.i-news .i-news-wrap .i-news-list .list li a .time{
    font-size: 20px;
    margin-right: 30px;
    line-height: 1.5em;
}
.i-news .i-news-wrap .i-news-list .list li a p{
    color: var(--font-color);
}
.i-news .i-news-wrap .i-news-list .list li a .list-info .info-title{
    font-size: 20px;
    transition: .5s;
    display: -webkit-box;
    -webkit-line-clamp: 1;       /* 限制显示行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    overflow: hidden;            /* 超出隐藏 */
    text-overflow: ellipsis;     /* 超出显示省略号 */
    max-height: 4.5em;          /* 行高 × 行数（可选） */
    line-height: 1.5em;         /* 行高 */
}
.i-news .i-news-wrap .i-news-list .list li a .list-info .info-cont{
    line-height: 28px;
    font-family: 'light';
    margin-top: 10px;
}
.i-news .i-news-wrap .i-news-list .list li a:hover .list-info .info-title{
    color: var(--red-color);
}
/*底部*/
.footer{
    width: 100%;
    background: #2c2b2b;
    box-sizing: border-box;
    padding: 110px 0 65px 0;
}
 .footer .footer-wrap{
    border-top: 2px solid #a2a2a2;
    border-bottom: 2px solid #a2a2a2;
     padding: 40px 0;
     display: flex;
     justify-content: space-between;

 }
.footer .footer-wrap .left-nav-list{
    display: flex;
}
.footer .footer-wrap .left-nav-list li{
    margin-right: 50px;
}
.footer .footer-wrap .left-nav-list li p{
    font-size: 15px;
    color: #fff;
}
.footer .footer-wrap .left-nav-list li a{
    display: block;
    line-height: 22px;
    color: #fff;
    font-size: 13px;
    font-family: 'light';
}
.footer .footer-wrap .contact-info{
    margin-right: 25px;
}
.footer .footer-wrap .contact-info p{
    color: #fff;
}
.footer .footer-wrap .contact-info .title{
    font-size: 15px;
}
.footer .footer-wrap .contact-info .contact-text p{
    font-size: 13px;
    line-height: 22px;
     font-family: 'light';
}
.footer .footer-wrap .contact-info .title,
.footer .footer-wrap .left-nav-list li p{
    margin-bottom: 5px;
}
.footer .footer-wrap .right-info{
    display: flex;
}
.footer .foot-text{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.footer .bq{
    font-size: 12px;
    color: #fff;
    display: block;
}
.footer .wz{
     font-size: 10px;
    color: #fff;
}
.pb-wrap{
    position: relative;
    display: flex;
}
/*公共banner*/
.pb-page-wrap{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    box-sizing:border-box;
}
.pb-wrap.fixed .f-wrap{
     position: fixed;
    bottom: auto;
    top: 0;
    z-index: 1000;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.pb-page-nav{
    display: flex;
    align-items: center;
}
.pb-page-nav li {
    margin-right: 27px;
}
.pb-page-nav li a{transition: .3s;}
/*.pro-types .pb-page-nav {display:none}*/

.pro-types li a{
    font-family: 'light';font-size:13px
}
.pb-page-nav li a.on{
    color: #000;
}
.pb-page-nav li a:hover{
    color: #000;
}
.pb-page-nav li .dist{
    font-size: 6px;
    /*margin: 3px 0 0 0;*/
}
.page-wrap{
   position: relative;
   
}
.pb-wrap,.page-wrap{
     height: 250px;
}
.page-wrap.fixed .f-wrap{
    position: fixed;
    bottom: auto;
    top: 0;
    z-index: 1000;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.f-wrap{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    /*transform: translateX(-50%);*/
    width: 100%;
     margin: 125px 0 0;
}
.page-nav{
    padding: 25px 0;
     display: flex;
   
}
.page-nav li {
    margin-right: 27px;
}
.page-nav li a{transition: .3s;font-size:18px;}
.page-nav li a.on{
    color: #000;
}
.page-nav li a:hover{
    color: #000;
}

.wrap,
.esg-wrap2{
    padding-bottom: 450px;
}
.pro-types{
    display: flex;
}
.type2{display:none}
.pro-types .search .seach-input input{
    border: none;
    outline: none;
    width: 80px;
    border-bottom: 1px solid #c0c0c0;
    font-size: 13px;
    font-family: 'light';
}
.pro-types .search .icon{
    margin-right: 5px;
}
.pro-types .search .icon img{
    width: auto;
}
.pro-types .page-nav li .dist{
    font-size: 6px;
    margin: 3px 2px 0 0;
}
.pro-types .page-nav li a.on {
    color: #000;
}
.pro-types .page-nav li a{
    display: block;
}
    /*关于我们*/
.about-wrap{
    display: flex;
    justify-content: space-between;
}
.about-wrap .left-title p {
    font-size: 29px;
    color: #000;
    line-height: 34px;
}
.about-wrap .right-info{
    width: 70.55%;
}
.about-wrap .right-info p{
    line-height: 27px;
    text-align: justify;
    font-family: 'light';
    margin-bottom: 10px;
}
.fzs-list > li{
    display: flex;
    border-bottom: 1px solid #dcdddd;
    padding: 25px 0;
    transition: .5s !important;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.fzs-list > li::after {
    content: '';
    position: absolute;
    bottom: -1px; /* 对齐边框 */
    left: 0;
    width: 0;
    height: 2px;
    background: #c7303f;
    transition: width .8s;
}

.fzs-list > li:hover::after{
    width: 100%;
}
.fzs-list > li:hover .content{
    transform: translateX(20px);
}
.fzs-list > li:first-child{
    border-top: 1px solid #dcdddd;
}
.fzs-list li .year{
    font-size: 50px;
    color: #c72310;
    line-height: 1.6em;
    margin-right: 37%;
}

.fzs-list li .content ul li{
    padding-left: 25px; /* 为自定义标记留出空间 */
    position: relative;
    color: #858585;
    font-size: 18px;
    line-height: 30px;
    font-family: 'light';
}
.fzs-list li .content ul li::before {
    content: "•"; /* 使用圆点字符 */
    color: #858585; /* 设置颜色 */
    font-size: 30px; /* 调整大小 */
    position: absolute;
    left: 0;
}
.jszc .tit{color: #000}
.jszc .info p{
    color: #858585;
    line-height: 27px;
}
.jszc .dsc,
.jszc .dsc2{
     font-family: 'light';
}
.jszc .info p,
.jszc .tit{
    text-align: center;
   
}
.jszc ul li p {
    text-align: left;
}
.jszc ul li .tit{
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
}
.jszc > .typepic{
    margin: 115px 0 235px;
}
.jszc ul{
    display: flex;
    flex-wrap: wrap;
    width: 64.3%;
    margin: 0 auto;
    justify-content: space-between;
}
.jszc ul li{
    width: 48.403%;
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jszc ul li .dsc{
    color: #858585;
    line-height: 27px;
    letter-spacing: 1px;
}
.jszc ul li .img{
    overflow: hidden;
    max-height: 356px;
    margin-top: 30px;
}
.jszc ul li  .img:hover img{
    transform: scale(1.05);
}
.factory-wrap {
    display: flex;
    justify-content: space-between;
}
.factory-wrap .tit,
.jg-wrap .tit{
    color: #000;
    letter-spacing: 0.3px;
}
.factory-wrap .content{
    width: 70.09%;
}
.factory-wrap .content p {
    line-height: 27px;
    letter-spacing: 1px;
    color: #858585;
    font-family: 'light';
    text-align: justify;
}
.factory-wrap .content ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.factory-wrap .content ul li {
    width: 49.145%;
    margin-bottom: 1.66%;
    max-height: 420px;
    overflow: hidden;
}
.factory-wrap .content ul li img{
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: .5s;
}
.jg-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 145px;
}
.jg-wrap .jg-list {
    width: 70.09%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.jg-wrap .jg-list li {
    width: 49.145%;
}
.jg-wrap .jg-list li .img{
    width: 100%;
    overflow: hidden;
}
.jg-wrap .jg-list li p{
    font-size: 16px;
    color: var(--font-color);
    letter-spacing: 1px;
    margin: 18px 0 30px;
     font-family: 'light';
}
.jg-wrap .jg-list li :hover img,
.factory-wrap .content ul li:hover img{
    transform: scale(1.05);
}
.base-content ul{
    margin: 65px 0 50px;
}
.base > p,
.base-content p{
    text-align: center;
    line-height: 27px;
    color: #858585;
    margin-bottom: 5px;
    font-family: 'light';
}
.base-img{
    margin: 70px 0 320px;
}
.base-content{
    width: 61.96%;
    margin: 0 auto;
}
.base-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.base-content ul li{
    width: 49.135%;
    margin-bottom: 22px;
    max-height: 345px;
    overflow: hidden;
}
.base-content ul li img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .5s;
}
.base-content ul li:hover img {
    transform: scale(1.05);
}
.esg-text p {
    letter-spacing: 1px;
    text-align: center;
}
.esg-text .title{
    font-size: 30px;
    color: #000;
    margin-bottom: 25px;
}
.esg-text .cont{
    line-height: 27px;
    color: #858585;
    font-family: 'light';
}
.typepic{
    margin: 140px 0 170px;
}
.esg-wrap .esg-list{
    margin-top: 180px;
}
.esg-wrap .esg-list li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
}
.esg-wrap .esg-list li:last-child{
    margin-bottom: 0;
}
.esg-wrap .esg-list li .img{
    overflow: hidden;
    width: 33%;
}
.esg-wrap .esg-list li .text-info{
    width: 65%;
    border-bottom: 1px solid #9f9d9c;
    position: relative;
    transition: .5s;
}
.esg-wrap .esg-list li .text-info .title{
    color: #000;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1em;
}
.esg-wrap .esg-list li .text-info .summary{
    color: #858585;
    line-height: 27px;
    letter-spacing: 0.3px;
    font-family: 'light';
    text-align: justify;
}
.esg-wrap .esg-list li:hover img{
    transform: scale(1.05);
}
.esg-wrap .esg-list li .text-info::after {
    content: '';
    position: absolute;
    bottom: -1px; /* 对齐边框 */
    left: 0;
    width: 0;
    height: 1px;
    background: #c7303f;
    transition: width .8s;
}

.esg-wrap .esg-list li .text-info:hover::after{
    width: 100%;
}
.black{color: #000;text-align: center}
.ab-dsc{
    color: #858585;
    line-height: 27px;
    text-align: center;
    font-family: 'light';
}
.car-wrap{
    width: 74.21%;
    margin: 0 auto 558px;
}
.car-wrap .car-text{
    margin-bottom: 70px;
}
.car-wrap .car-tit{
    color: var(--font-color);
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.car-wrap .car-dsc{
    color: #858585;
    line-height: 27px;
    letter-spacing: 0.4px;
    font-family: 'light';
}
.car-wrap  .car-info{
    color: #858585;
    line-height: 27px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.car-wrap .code img{
    width: auto;
}
.car-wrap .car-nav-tit{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 2px solid #d8d8d8;
    margin-top: 132px;
}
.car-wrap .car-nav-tit li {
    font-size: 20px;
    color: var(--font-color);
    padding-bottom: 20px;
}
.car-wrap .car-list li{
    border-bottom: 2px solid #d8d8d8;
    height: 70px;
    cursor: pointer;
    overflow: hidden;
}
.car-wrap .car-list li .car-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.car-wrap .car-list li .car-info p {
    font-size: 16px;
    color: #858585;
    font-family: 'light';
}
.car-wrap .car-list li .car-info .jt img{
    width: 20px;
    height: 20px;
}
.car-wrap .car-list li .car-info p,
.car-wrap .car-list li .car-info .jt,
.car-wrap .car-nav-tit li{
    width: 14.28%;
    text-align: center;
}
.car-wrap .car-list li .car-info p:first-child,
.car-wrap .car-nav-tit li:first-child {
    text-align: left;
}
.car-wrap .car-nav-tit li:last-child{
    text-align: right;
}
.car-wrap .car-list li .car-info .jt img{
    margin-left: auto;
}
.car-wrap .car-list li.on{
    height: 350px;
}
.car-wrap .car-list li.on .car-info .jt img{
    transform: rotate(180deg);
}
.car-wrap .car-list .car-dsc{
    display: flex;
    margin-top: 40px;
}
.car-wrap .car-list .car-dsc .zz{
    margin-right: 170px;
}
.car-wrap .car-list .car-dsc .dsc-tit{
    font-size: 16px;
    color: #858585;
    margin: 0 0 10px;
    font-family: 'regular';
}
.car-wrap .car-list .car-dsc .cont p{
    color: #858585;
    line-height: 27px;
}
.page{
    margin: 190px 0 0;
    justify-content: center;
}
.page .num > *{
    color: var(--font-color);
    margin: 0 5px;
}
.page-button > *{
    color: var(--red-color);
    font-size: 20px;
    font-family: 'light';
    font-weight: 100;
}
.contact{
    margin-left: 28.7%;
}
.contact .code img{
    width: 90px;
    height: auto;
}
.contact .cont-tit{
    color: var(--font-color);
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 150px
}
.contact .cont-content{
    margin-bottom: 40px;
}
.contact .cont-tit ,
.contact .cont-content{
    padding-left: 5px;
}
.contact .cont-content p{
    /*font-size: 16px;*/
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'light';
}
.video-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-list li{
    width: 49.05%;
    margin-bottom: 30px;
}
.video-list li .fm{
    position: relative;
}
.video-list li .fm .play{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-list li .video-tit{
    font-size: 16px;
    color: #000;
    margin-top: 18px;
    font-family: 'light';
}
.video-wrap .page{
    margin: 120px 0 0;
}

/*产品*/
.product-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;

}
.product-list li {
    width: 23.72%;
    margin-bottom: 20px;
    margin-right: 1.7%;
}
.product-list li.on{
     margin-right: 0;
}
.product-list li a {
    display: block;
}
.product-list li a .img-bg{
    width: 100%;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}
.product-list li a .img-bg .img{
    width: 100%;
}
.product-list li a .img-bg .img img {
    /*max-height: 313px;*/
}
.product-list li a .img-bg:hover img{
    transform: scale(1.1);
}
.product-list li a .pro-tit{
    font-size: 13px;
    margin-top: 15px;
}
.pro-wrpa .page{margin: 170px 0 0}
.deta-wrap{
    padding: 20px 0 260px;
    margin: 0 auto;
}
.deta-wrap .img-list{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.deta-wrap .img-list li {
    position: relative;
    /*background:#f5f5f5;*/
    width: 49.504%;
}
.deta-wrap .img-list li div {
   position: absolute;
    top: 6.5%;
    left: 4.8%;
}
.deta-wrap .img-list li div p{
    color: var(--font-color)
}
.deta-wrap .img-list li div p:first-child{
    font-size: 27px;
}
.deta-wrap .img-list li div p:last-child {
    font-size: 13px;
    margin-top: 5px;
}
.deta-wrap .deta-text{
    margin: 180px 0 124px ;
}
.deta-wrap .deta-text .cont{
    color: #858585;
    font-family: 'light';
}
.deta-wrap .deta-text p{
    text-align: center;
}
.deta-wrap .deta-img{
    width: 70.20%;
    margin: 0 auto;
}
.deta-wrap .deta-img table{
    -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
    table-layout: fixed;
  /*  border-left-color: transparent !important;
    border-right-color: transparent !important;*/
}
.deta-wrap .deta-img > *:nth-child(2){
    margin-top: 124px !important;
}
.deta-wrap .deta-img table caption{
    margin-bottom: 20px;
}
.deta-wrap .deta-img table.deta-table{
    margin-top: 124px;
}
.deta-wrap .deta-img table tr{
    /*border-top: 1px solid #d2d2d2;*/
}
.deta-wrap .deta-img table tr:last-child{
    /*border-bottom: 1px solid #d2d2d2;*/
}
.deta-wrap .deta-img table td{
    font-size: 16px;
    color: #858585;
    padding: 13px 0 13px 10px;
    font-family: 'light';
}
/*.deta-wrap .deta-img table tr td:nth-child(2){
    border-right: 1px solid #d2d2d2;
    padding-right: 90px;
}
.deta-wrap .deta-img table tr td:nth-child(3){
    padding-left: 25px;
}*/
.pro-banner-item{
    height: 100vh;
    width: 100%;
}
/*解决方案*/
.case-dsc{
    text-align: center;
    margin-top: 150px;
    color: #848484;
    font-size: 22px;
}
.case-wrap .before-text{
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #707070;
    font-size: 18px;
    color: #000;
}
.case-wrap .before-xl{
    margin-top: 65px;
}
.case-wrap .list{
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.case-wrap .list li {
    margin: 0 35px;
    position: relative;
}
.case-wrap .list li .icon img{
    width: auto;
    margin: 0 auto;
}
.case-wrap .list li p {
    text-align: center;
    /*font-size: 18px;*/
    color: var(--font-color);
    margin-top: 30px;
    letter-spacing: 1px;
}
.case-wrap .list li .dsc{
    font-size: 16px;
    color: var(--font-color);
    letter-spacing: 1px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    /*font-family: 'light';*/
}
.case-wrap .case-tit{
    text-align: center;
    margin-bottom: 60px;
    font-size: 20px;
}
.case-wrap .pic{
    width: 70.31%;
    margin: 0 auto;
}
.case-after{
    margin-top: 100px;
}
.case-wrap .last-list{
    margin-bottom: 0;
}
/*行业应用展示*/
.show-wrap .typeother{
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 0;
}
.show-wrap > p{
    color: #000;
    text-align: center;
    letter-spacing: 1px;
}
.show-wrap .pic{
    margin: 65px 0 198px;
}
.show-wrap .show-list{
    display: flex;
    flex-wrap: wrap;
    width: 81.4%;
    margin: 0 auto;
}
.show-wrap .show-list li{
    margin-right: 1.35%;
    width: 31.563%;
    margin-bottom: 30px;
}
.show-wrap .show-list li .img{
    overflow: hidden;
}
.show-wrap .show-list li p{
    color: #000;
    font-size: 16px;
    margin-top: 18px;
    font-family: 'light';
}
.show-wrap .show-list li:hover .img img{
    transform: scale(1.05);
}
.show-wrap{
    padding-bottom: 518px;
}
/*产品特点*/
.trait-wrap .tit{
    color: #000;
    text-align: center;
}
.trait-wrap .img-list{
    display: flex;
    justify-content: space-between;
}
.trait-wrap .img-list .img{
    overflow: hidden;
    width: 49.47%;
}
.trait-wrap .td-list{
    display: flex;
    margin: 80px auto 120px;
    width: 69.713%;
     justify-content: space-between;
}
.trait-wrap .td-list li {
    width: flex-direction;
    /*margin: 0 3.64%;*/
   /*width: 16.6%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trait-wrap .td-list li .text{
    margin-top: 30px;
}
.trait-wrap .td-list li .text .icon-title{
    color: #000;
    font-size: 20px;
}
.trait-wrap .td-list li .text .icon-dsc{
    font-size: 14px;
    font-family: 'light';
}
.trait-wrap .td-list li .text p {
    text-align: center;
}
.trait-wrap .lc-list{
    display: flex;
    justify-content: space-between;
    width: 71.6%;
    margin: 125px auto 148px;
}
.trait-wrap .lc-list li {
    width: 12.16%;
}
.trait-wrap .lc-list li .num {
    font-size: 50px;
    color: #000;
    font-family: 'light';
}
.trait-wrap .lc-list li .lc-line{
    width: 100%;
    height: 1px;
    background: #918c8a;
    margin: 25px 0;
}
.trait-wrap .lc-list li .lc-tit{
    font-size: 20px;
    color: #000;
}
.trait-wrap .lc-list li .lc-dsc{
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
}
.trait-wrap  .bg{
    width: 71.802%;
    margin: 60px auto 0;
}
.wisdom-wrap .img-video{
    width: 69.47%;
    margin: 0 auto;
}
.wisdom-wrap .dsc{
    margin-top: 100px;
    text-align: center;
    line-height: 27px;
    font-family: 'light';
}
.wisdom-wrap .pro-img{
    width: 69.47%;
    margin: 120px auto 180px;
}
.zh-table{
    border-collapse:collapse;
    /*table-layout: fixed;*/
    width: 100%;
}
.zh-table tr{
    border-top: 1px solid #d2d2d2;
}
.zh-table thead th{
    font-size: 18px;
    color: #000;
}
.zh-table tbody tr:last-child{
    border-bottom: 1px solid #d2d2d2;
}
.zh-table tbody td {
    color: #858585;
    /*font-size: 18px;*/

}
.zh-table td,
.zh-table th{
    height: 45px;
    line-height: 45px;
    border-right: 1px solid #d2d2d2;
    padding-left: 30px;
}
.zh-table tbody td:nth-child(1),
.zh-table thead th:nth-child(1){
    padding: 0;
}
.params-tab{
    width: 70.7%;
    margin: 0 auto;
}
.zh-table tbody tr td:last-child,
.zh-table thead tr th:last-child{
    width: 37%;
    border: none;
}
.wisdom-wrap .tab-dsc{
    /*font-size: 21px;*/
    color: #858585;
    margin-top: 25px;
}
.libray-wrap .img-video{
    width: 65.36%;
    margin: 0 auto 200px;
}
.service-wrap .dsc{
    display: flex;
    justify-content: center;
}
.service-wrap > .tit{
    text-align: center;
}
.service-wrap .dsc li{
    color: #848484;
    margin: 0 7px;
    display: inline-flex;
    align-items: center;
    font-family: 'light';
}
.service-wrap .dsc li span{
    font-size: 9px;
    color: #848484;
}
.service-wrap .cl{
    width: 67.70%;
    margin: 135px auto 150px;
    position: relative;
}
.service-wrap .cl .quan{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    transition: .5s !important;
    animation: rotate 5s linear infinite;
    -webkit-animation: rotate 5s linear infinite;
     will-change: transform;
} 
.service-wrap .cl:hover .quan{
    animation-play-state: paused;
}
.service-wrap .cl .ren{
    z-index: 9;
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19%;
}

.service-wrap .fw-tit{
    color: #000;
    text-align: center;
}
.service-wrap .fw-list{
    width: 67.70%;
    margin: 120px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.service-wrap .fw-list li{
    width: 16.2%;
    margin: 0 11.1% 88px 0;
}
.service-wrap .fw-list li.on{
     margin: 0 0 88px 0;
}
.service-wrap .fw-list li .num{
    font-size: 50px;
    color: #000;
    font-family: 'light';
}
.service-wrap .fw-list li .fw-line{
    width: 100%;
    height: 1px;
    background: #c9c9c9;
    margin: 25px 0 15px;
}
.service-wrap .fw-list li .text{
    font-size: 18px;
    color: #848484;
     font-family: 'light';
}
.service-wrap{
    padding-bottom: 470px;
}
.store-wrap .store-map{
    position: relative;
    height: 915px;
}
.store-wrap .store-map .num-list{
    grid-column: 1;
}
.store-wrap .store-map .num-list li{
    margin-bottom: 40px;

}
.store-wrap .store-map .num-list li .num {
    color: #e20012;
    font-family: 'light';
    font-size: 49px;
}
.store-wrap .store-map .num-list li .text{
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    font-family: 'light';
}
.store-wrap .map{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 61.746%;
}
.store-wrap .store-tit{
    color: #000;
    text-align: center;
    margin: 70px 0 90px;
}
.store-wrap .store-search{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.store-wrap .store-search .icon{
    margin-right: 5px;
}
.store-wrap .store-search input {
    border: none;
    outline: none;
    width: 80px;
    border-bottom: 1px solid #c0c0c0;
    font-size: 13px;
    font-family: 'light';
}
.store-wrap .store-info {
    width: 90.35%;
    margin: 0 auto;
}
.store-wrap .store-info .store-swiper{
    margin-top: 85px;
    position: relative;
}
.store-wrap .store-info .store-swiper .store-item{
    /*width: auto !important;*/
}
.store-wrap .store-info .store-swiper .store-item .img{
   
    overflow: hidden;
}
.store-wrap .store-info .store-swiper .store-item .img img{
    object-position: center;
    object-fit: cover;
     height: 316px;
}
.store-wrap .store-info .store-swiper .store-item:hover img{
    transform: scale(1.05);
}
.store-wrap .store-info .store-swiper .swiper-pagination-bullet {
    width: 52px;
    height: 1px;
    background: #b5b5b6;
    margin: 0 6.5px;
}
.store-wrap .store-info .store-swiper .swiper-pagination-bullet-active{
    background: var(--red-color);
}
.store-wrap .store-info .store-swiper .store-item p{
    font-size: 16px;
    color: #000;
    margin-top: 18px;
    font-family: 'light';
}
.store-wrap .store-info .store-swiper .swiper-pagination{
    margin: 70px auto 0;
    position: relative; /* 重置定位 */
    text-align: center;
    width: fit-content;
    bottom: 0;
}
.store-wrap .store-info .store-swiper .store-btn{
    /*width: 60%;*/
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}
.store-wrap .store-info .store-swiper .store-btn > div{
    cursor: pointer;
}
.college-wrap .tit{
    color: #000;
}
.college-wrap  .dsc{
    line-height: 27px;
    color: #848484;
    font-family: 'light';
    width: 68.8%;
    margin: 0 auto;
}
.college-wrap > p,
.college-wrap .college-cont > p{
    text-align: center;
    letter-spacing: 1px;
}
.college-wrap .pic{
    margin: 120px 0 200px;
}
.college-wrap .college-cont {
    width: 70.5%;
    margin: 0 auto;
}
.college-wrap .pic-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 145px auto 120px;
}
.college-wrap .pic-list li {
    overflow: hidden;
    width: 49.035%;
}
.college-wrap .pic-list li:hover img{
    transform: scale(1.05);
}
.college-wrap .college-cont .class{
    margin: 100px 0 70px;
}
.college-wrap .college-cont .class-list{
    margin-bottom: 150px;
}
.college-wrap .college-cont .class-list li{
    width: 100%;
    display: flex;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #d1d1d1;
    transition: .5s !important;
    box-sizing: border-box;
    position: relative;
}
.college-wrap .college-cont .class-list li::after {
    content: '';
    position: absolute;
    bottom: -1px; /* 对齐边框 */
    left: 0;
    width: 0;
    height: 1px;
    background: #c7303f;
    transition: width .8s;
}

.college-wrap .college-cont .class-list li:hover::after{
    width: 100%;
}
.college-wrap .college-cont .class-list li p{
    font-size: 17px;
    color: #848484;
    letter-spacing: 1px;
    margin-right: 11.85%;
    font-family: 'light';
}
.college-wrap .college-cont .collection-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.college-wrap .college-cont .collection-list li {
    width: 49.035%;
    margin-bottom: 30px;
}
.college-wrap .college-cont .collection-list li .text{
    display: flex;
}
.college-wrap .college-cont .collection-list li .text p{
    color: #000;
    font-size: 16px;
    margin: 18px 15px 0 0;
    font-family: 'light';
}
.college-wrap .college-cont .collection-list li .img{
    overflow: hidden;
}
.college-wrap .college-cont .collection-list li .img:hover img{
    transform: scale(1.05);
}
.college-wrap{
    padding-bottom: 513px;
}
.load-wrap .load-list{
    width: 70.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.load-wrap .load-list li {
    width: 49.035%;
    margin-bottom: 50px;
}
.load-wrap .load-list li a{
    display: block;
}
.load-wrap .load-list li a .fm{
    overflow: hidden;
}
.load-wrap .load-list li a:hover img{
    transform: scale(1.05);
}
.load-wrap .load-list li a p{
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'light';
}
.load-wrap {
    padding-bottom: 488px;
}
.tel-wrap {
    width: 100%;
    padding-top: 160px;
}
.tel-wrap .box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tel-wrap .box .icon{
    margin-right: 20px;
}
.tel-wrap .box .icon img{
    width: auto;
}
.tel-wrap .box .name{
    font-size: 27px;
    color: var(--font-color);
    letter-spacing: 1px;
}
.tel-wrap .box .tel p{
    font-size: 55px;
    color: var(--font-color);
    letter-spacing: 1px;
    margin-top: 25px;
}
/*新闻*/
.news-wrap{
    padding-bottom: 450px;
}
.deta-wrap{
    padding-bottom: 450px;
}
.news-wrap .news-list{
    width: 77.76%;
    margin: 0 auto;
}
.news-wrap .news-list li a{
     display: flex;
    justify-content: space-between;
     padding: 95px 0;
       border-bottom: 1px solid #c9c6c5;
    transition: .5s;
    box-sizing: border-box;
}
.news-wrap .news-list li a::after {
    content: '';
    position: absolute;
    bottom: -1px; /* 对齐边框 */
    left: 0;
    width: 0;
    height: 1px;
    background: #c7303f;
    transition: width .8s;
}

.news-wrap .news-list li a:hover::after{
    width: 100%;
}
.news-wrap .news-list li:hover img{
    transform: scale(1.05);
}
.news-wrap .news-list li .news-img{
    width: 31.698%;
    overflow: hidden;
}
.news-wrap .news-list li .news-text{
    width: 63.89%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-wrap .news-list li .news-text .news-tit{
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1em;
    transition: .5s;
}
.news-wrap .news-list li:hover .news-text .news-tit{
    color: var(--red-color);
}
.news-wrap .news-list li .news-text .news-sum{
    line-height: 27px;
    color: #848484;
    letter-spacing: 1px;
    font-family: 'light';
    text-align: justify;
}
.news-wrap .news-list li .news-text .time{
    color: #848484;
    font-size: 16px;
}
.news-wrap .news-list li .news-text .news-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.more{
    display: flex;
    align-items: center;
}
.more p {
    margin-right: 6px;
    font-size: 18px;
}
.more img{
    width: auto;
}
.deta-wrap .tit{
    text-align: center;
}
.deta-wrap .info{
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
}
.deta-wrap .info p {
    margin-right: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #848484;
}
.deta-wrap .content{
    margin-top: 70px;
}
.deta-wrap .content p {
    line-height: 27px;
    letter-spacing: 1px;
    color: #848484;
    font-family: 'linght';
}
.deta-wrap .content ul{
    display: flex;
    justify-content: space-between;
}
.deta-wrap .content ul li{
    width: 48.92%;
}
.news-wrap .page {
    margin: 150px 0 0;
}
/*社会责任*/
.esg-wrap2{
    padding-bottom: 660px;

}
.esg-size{
    width: 70.81%;
    margin: 0 auto;
}
.esg-wrap2 p{
    text-align: center;
    line-height: 27px;
    letter-spacing: 1px;
    color: #848484;
    overflow: hidden;
    font-family: 'light';
}
.esg-wrap2 p img{
    transition: .5s;
}
.esg-wrap2 p:hover img{
    transform: scale(1.05);
}
.trade-wrap{
    padding: 100px 0 260px;
}
.trade-wrap .trade-tit{
    font-size: 30px;
    color: #000;
    text-align: center;
}
.trade-wrap .pic{
    margin: 100px 0 145px;
}
.trade-wrap .trade-list{
    width: 70.505%;
    margin: 0 auto;
}
.trade-wrap .trade-list > li{
    margin-bottom: 140px;
}
.trade-wrap .trade-list li > p{
    text-align: center;
}
.trade-wrap .trade-list .item-tit{
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 0.4px;
}
.trade-wrap .trade-list .item-sum,
.trade-wrap .trade-list .sum-list p{
    line-height: 27px;
    letter-spacing: 1px;
    color: #848484;
    font-family: 'light';
}
.trade-wrap .trade-list .item-cont ul {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}
.trade-wrap .trade-list .item-cont ul li {
    width: 49.18%;
    max-height: 422px;
    overflow: hidden;
}
.trade-wrap .trade-list .sum-list{
    display: flex;
    justify-content: center;
}
.trade-wrap .trade-list .sum-list li {
    display: flex;
    align-items: center;
    margin: 0 10px;

}
.trade-wrap .trade-list .item-cont ul li img{
    object-fit: cover;
    object-position: center;
    transition: .5s;
}
.trade-wrap .trade-list .item-cont ul li:hover img {
    transform: scale(1.05);
}
.trade-wrap .trade-list .sum-list span{
    font-size: 9px;
    margin-right: 10px;
}
.welfare-wrap{
    width: 77.82%;
    margin: 0 auto;
    padding: 315px 0 260px
}
.welfare-wrap .welfare-list li{
    transition: .5s !important;
    border-bottom: 1px solid #9f9a99;
    position: relative;
    box-sizing: border-box;
}
.welfare-wrap .welfare-list li a{
     width: 100%;
     display: flex;
     justify-content: space-between;
      padding: 100px 0;
}
.welfare-wrap .welfare-list li::after {
    content: '';
    position: absolute;
    bottom: -1px; /* 对齐边框 */
    left: 0;
    width: 0;
    height: 1px;
    background: #c7303f;
    transition: width .8s;
}

.welfare-wrap .welfare-list li:hover::after{
    width: 100%;
}
.welfare-wrap .welfare-list li:hover .item-img img{
    transform: scale(1.05);
}
.welfare-wrap .welfare-list li:hover .item-tit{
    color: var(--red-color);
}
.welfare-wrap .welfare-list li .item-img{
    width: 31.74%;
    overflow: hidden;
}
.welfare-wrap .welfare-list li .item-text{
    width: 65.30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.welfare-wrap .welfare-list li .item-tit{
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
    transition: .5s;
}
.welfare-wrap .welfare-list li .item-sum{
    letter-spacing: 1px;
    color: #848484;
    line-height: 27px;
    font-family: 'light';
}
.welfare-wrap .page{
    margin: 120px auto 0;
}
.esg-deta{
    padding: 130px 0 770px;
    width: 70.62%;
    margin: 0 auto;
}
.esg-deta p{
    text-align: center;
}
.esg-deta .deta-tit{
    font-size: 25px;
    color: #000;
    margin-bottom: 30px;
}
.esg-deta .deta-cont ul{
    display: flex;
    justify-content: space-between;
}
.esg-deta .deta-cont p{
    line-height: 27px;
    color: #848484;
    letter-spacing: 1px;
    font-family: 'light';
}
.esg-deta .deta-cont ul li {
    width: 48.96%;
}
.jszc{
    padding-bottom: 468px;
}
.lang:hover .icon img{
    transform: rotateY(180deg);
}
.lang .lang-text a:hover{
    color: var(--red-color);
}
.i-about-text{display: block}
.i-about-text2{display: none}

.honor-list{
    width: 64.843%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.honor-list li{
    width: 46.58%;
    color: #828283;
    font-size: 18px;
    border-bottom: 1px solid #a1a1a2;
    line-height: 50px;
    font-family: 'light';
}
.newlist{display:flex;justify-content:space-between;flex-direction:column;align-items:center;}
.bigpro{
    display:none;
}
.bigpro li {margin-right:30px;}
.bigpro li  a{font-size: 22px;display:flex;}
.bigpro li .dist{font-size: 8px;}
.mob-i-pro{
    display:none;
    margin-top: 40px;
    flex-wrap: wrap;
}
.mob-i-pro li {
    width:48%;
    margin-bottom: 20px;
    margin-right: 1.7%;
}
.mob-i-pro li:nth-child(event){
    margin-right: 0;
}
.mob-i-pro li p{font-size: 22px;margin-top:10px}
.mob-search{margin-right:20px;}
.mob-search p{font-size: 18px;}
.mob-search-wrap{padding: 150px 0 0;width: 80%;margin:0 auto;height:calc(100vh - 150px - 426px)}
.mob-search-wrap .mflex{
    justify-content:space-between;
    border-bottom:1px solid #ebebeb;
    padding-bottom: 10px;
}
.mob-search-wrap .mflex .topsearch-inner{flex: 1}
.mob-search-wrap input{border:none;outline:none;font-size: 22px;text-align:center;width:100%}
@media screen and (max-width: 1920px) {
    .header .serach input{
       font-size: 14px;
    }
    .pro-l{
        width: 70px;
    }
    .header .w1728 .head-right .nav li:hover .pro-l{
        height: 108px;
    }
    .store-wrap .store-tit{
         margin: 40px 0 90px;
    }
    .i-product .w1728 > .mflex{
        padding-right: 0.4%;
    }
    .i-product .i-product-swiper .pro-item .pro-tit{
        font-size: 14px;
    }
     #page-nav.pb-page-nav li a{
        font-size: 16px;
    }
    .page-nav li a{
        font-size: 16px;
    }
    .i-product .i-product-nav li{
        font-size: 16px;
    }
    .i-news .i-news-wrap .i-news-list{
        width: 48.502%
    }
    .i-news .i-news-wrap .main-news{
        width: 47.922%;
    }
    .i-about .i-about-box .box-right .img{
        height: 92.7%;
    }
    .header .w1728 .head-right .nav li a,
    .header .w1728 .head-right .serach p,
    .lang-text a{
        font-size: 14px;
        line-height: 1.4em;
    }
    .header .w1728 .head-right .nav li {
        margin-right: 20px;
    }
    .tit,
    .trade-wrap .trade-tit{
        font-size: 25px;
        margin-bottom: 25px;
    }
    .i-news .i-news-title{
        font-size: 28px;
    }
    .i-news .i-news-wrap .main-top .text p{font-size:23px}
} 
@media screen and (max-width: 1880px){
    .i-about .i-about-btn{
        width: 85px;
    }
     .i-news .i-news-wrap .i-news-list .list li a .list-info .info-cont{
         display: -webkit-box;
        -webkit-line-clamp: 2;       /* 限制显示行数 */
        -webkit-box-orient: vertical; /* 垂直排列 */
        overflow: hidden;            /* 超出隐藏 */
        text-overflow: ellipsis;     /* 超出显示省略号 */
        max-height: 4.5em;          /* 行高 × 行数（可选） */
        line-height: 1.5em;         /* 行高 */
    }
    .i-news .i-news-wrap .main-news img{
        object-fit: cover;
        object-position: center;
    }
    .i-about .i-about-box .box-right .img{
        height: 92%;
    }
     body,button,input,select,textarea{
        font-size: 14px;
        line-height: 1.6em;
        font-family: 'regular';
    }
    .i-news .i-news-wrap .i-news-list .list li a{
        padding: 25px 0;
    }
   
} 
/*笔记本*/
@media screen and (max-width: 1700px) {
    .service-wrap .fw-list li .text{font-size:16px}
    .deta-wrap, .wrap,.esg-wrap2{
        padding-bottom: 300px;
    }
    .news-wrap .news-list li .news-text .news-tit{
        margin-bottom: 15px;
    }
    .news-wrap .news-list li .news-text .news-sum{
        line-height: 24px;
    }
    /*.contact .cont-content p{*/
    /*    font*/
    /*}*/
   
    .i-news .i-news-wrap .main-top p:last-child,
    .i-news .i-news-wrap .i-news-list .list li a .list-info .info-title,
    .news-wrap .news-list li .news-text .news-tit,
    .welfare-wrap .welfare-list li .item-tit{
        display: -webkit-box;
        -webkit-line-clamp: 1;       /* 限制显示行数 */
        -webkit-box-orient: vertical; /* 垂直排列 */
        overflow: hidden;            /* 超出隐藏 */
        text-overflow: ellipsis;     /* 超出显示省略号 */
        max-height: 4.5em;          /* 行高 × 行数（可选） */
        line-height: 1.5em;         /* 行高 */
    }
    
    .i-news .i-news-wrap{
        align-items: flex-end;
    }
    .jszc ul li .dsc{
        font-size: 16px;
    }
    .college-wrap .college-cont .class-list li p{
        font-size: 18px;
        margin-right: 10%;
    }
    
   
}
@media screen and (max-width: 1600px) {
    
}
@media screen and (max-width: 1480px) {
    .honor-list{width: 78.843%}
    .service-wrap .cl,
    .service-wrap .fw-list{width:75.7%}
    .i-about .i-about-box .box-right .img{
        height: 90.1%;
    }
    .product-list li a .img-bg .img img{
        zoom: .8;
    }
    .trait-wrap .lc-list{
        width: 74.6%;
    }
    .welfare-wrap .welfare-list li .item-tit{font-size: 33px}
    .news-wrap .news-list li .news-text .news-tit{
        font-size: 24px;
    }
}
@media screen and (max-width: 1260px) {
    .honor-list li {font-size: 16px}
    .header,.page-wrap, #pageNav{
        display: none;
    }
    .mob-header{
        display: block;
    }
    .page-banner{
        margin-bottom: 50px;
    }
    .pro-types{
        justify-content: space-between;
        width: 100%;
    }
    .about-wrap{
        flex-direction: column;
    }
    .about-wrap .right-info{
        width: 100%;
        margin-top: 50px;
    }
    .i-news .i-news-wrap .i-news-list .list li a{
        padding: 18px 0;
    }
    .fzs-list li .content ul li{
        font-size: 14px;
        line-height: 30px;
    }
    .pb-wrap.fixed .f-wrap{position: absolute}
    .college-wrap .college-cont .class-list li p{font-size: 16px}
    .college-wrap .college-cont{width: 88%}
}
@media screen and (max-width: 980px) {
    .honor-list{width: 95%}
    .welfare-wrap .welfare-list li .item-tit{font-size: 26px;margin-top: 20px}
    .welfare-wrap .welfare-list li a{
        flex-direction: column-reverse;
        padding: 40px 0;
    }
    .welfare-wrap .welfare-list li .item-img,
    .welfare-wrap .welfare-list li .item-text{width: 100%}
    .news-wrap .news-list li a{
        flex-direction: column-reverse;
        padding: 30px 0;
    }
    .more p{font-size: 16px}
    .more{margin-top: 20px}
    .news-wrap .news-list li .news-img,
    .news-wrap .news-list li .news-text{width: 100%}
    .news-wrap .news-list li .news-img{margin-bottom: 20px}
    .news-wrap .news-list li .news-text .news-bottom{margin-top: 20px;}
    .pro-banner-item{height: 600px}
    .deta-wrap, .wrap, .esg-wrap2{padding-bottom: 150px}
    .i-news{
        padding: 110px 0;
    }
    .i-news .i-news-wrap{
        flex-direction: column;
    }
    .i-news .i-news-wrap .main-news{
        margin-bottom: 40px;
    }
    .i-news .i-news-wrap .main-news,
    .i-news .i-news-wrap .i-news-list{width: 100%}
    .i-about .i-about-box .box-right .img{
        height: 88%;
    }
    .banner .banner-item{
        height: 600px;
    }
    .esg-text .title{font-size: 25px}
    .esg-wrap .esg-list li{
        flex-direction: column;
    }
    .esg-wrap .esg-list li .img,
    .esg-wrap .esg-list li .text-info{width: 100%}
    .esg-wrap .esg-list li .text-info{margin-top: 30px;}
    .esg-wrap .esg-list li .text-info .summary{padding-bottom: 20px}
    .college-wrap .college-cont .class-list li p{margin-right: 0}
    .college-wrap .college-cont .class-list li{justify-content: space-around}
}
@media screen and (max-width: 768px) {
    
    .pro-wrpa{margin-top:60px}
    .type2 .pb-page-nav{margin-top:30px;overflow-x:scroll;overflow-y:hidden;width:100%;justify-content:center;padding-bottom:10px;}
    .type2 .pb-page-nav li {margin-right: 20px;}
    .type2 .pb-page-nav .dist{display: none}
    .bigpro{display: flex}
    .mob-i-pro.on{display:flex !important}
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 20px;
    }
    .type2 ::-webkit-scrollbar{height: 3px;}
    .type2 ::-webkit-scrollbar-track{background: #ebebeb}
    .honor-list{flex-direction: column;width: 80%}
    .honor-list li{width: 100%}
    .footer .footer-wrap .right-info{justify-content: space-between;width: 100%}
    .i-product .i-product-swiper .pro-item{width: 49% !important;}
    .welfare-wrap .welfare-list li .item-tit{font-size: 24px}
    .trade-wrap{padding: 20px 0 100px}
    .news-wrap .news-list li .news-text .news-tit {font-size: 22px}
    .college-wrap .college-cont .class-list li p{font-size: 16px}
    .pro-banner-item{height: 400px}
    .car-wrap{width: 90%}
    .pctext{display: none}
    .mobtext{display: block;padding: 0 20px}
    .left-nav{display: none}
    .i-about-text{display: none}
    .i-about-text2{display: block;padding: 0 20px}
    .i-about .i-about-box .box-right .img{
        height: 85.5%;
    }
    .i-news .i-news-wrap .news_more, .pro_more{
        margin: 0;
    }
    .i-news .i-news-wrap .main-top{align-items: center}
    .banner .banner-item{height: 400px}
    .jszc ul{
        width: 85.3%;
    }
    .jszc ul li .dsc{font-size: 14px;line-height: 24px}
    .factory-wrap,
    .jg-wrap{flex-direction: column}
    .factory-wrap .content,
    .jg-wrap .jg-list{width: 100%}
    .base-img{margin: 50px 0 120px}
    .base-content{width: 80.96%}
    .base{padding: 0 20px}
    .typepic{
        margin: 60px 0;
    }
    .car-wrap .car-nav-tit li{font-size: 15px}
    .car-wrap .car-list .car-dsc .zz{margin-right: 50px}
    .car-wrap .car-list li.on{height: 500px}
    .car-wrap .car-list li .car-info p{font-size: 14px}
    .car-wrap .car-list li .car-info p, .car-wrap .car-list li .car-info .jt, .car-wrap .car-nav-tit li{width: auto}
    .video-list li .fm .play{width: 20%;height: auto}
    .page,
    .video-wrap .page{margin: 50px 0 0}
    .contact{margin-left: 1%}
     .contact .cont-content{display:flex;flex-direction: column;}
    .product-list li,
    .main .news-list ul li{width: 48%}
    .pro-types{flex-direction: column}
    .search{margin-top: 20px}
    .f-wrap{margin: 40px 0 0}
    .pb-wrap, .page-wrap{height: 135px}
    .pb-page-wrap{padding: 10px 0}
    .deta-wrap .deta-text{margin: 60px 0 40px}
    .deta-wrap .deta-text .cont{padding: 0 20px}
    .deta-wrap .deta-img{width: 85.5%}
    .deta-wrap .deta-img table td{font-size: 14px}
    .case-wrap .list{flex-wrap: wrap;margin-bottom: 50px;}
    .case-wrap .list li{margin: 20px}
    .case-dsc{margin-top: 60px}
    .show-wrap .show-list,
    .trait-wrap .td-list,
    .trait-wrap .lc-list,
    .trait-wrap .bg{width: 90%}
    .trait-wrap .td-list,
    .trait-wrap .lc-list{flex-wrap: wrap}
    .wisdom-wrap .img-video,
    .wisdom-wrap .pro-img,
    .params-tab,
    .libray-wrap .img-video,
    .load-wrap .load-list{width: 90%}
    .zh-table thead th{font-size: 16px}
    .store-wrap .store-map .num-list{display: flex;justify-content: space-around}
    .store-wrap .map{top: 150px;width: 100%}
    .store-wrap .store-map{height: 770px}
    .college-wrap .pic{margin: 60px 0 80px}
    .college-wrap .pic-list{margin: 80px 0 60px}
    .college-wrap .college-cont .collection-list li .text{flex-direction: column;margin-top: 20px}
    .college-wrap .college-cont .collection-list li .text p {margin: 0}
    .deta-wrap,
    .esg-size,
    .trade-wrap .trade-list{width: 90% !important}
    .tit,
    .trade-wrap .trade-tit,
    .about-wrap .left-title p,
    .jszc .tit,
    .esg-text .title,
    .contact .cont-tit{font-size: 30px !important;line-height:45px !important}
    
    .deta-wrap .info p{font-size: 16px}
    .trade-wrap .trade-list .item-cont ul{margin-top: 50px}
    .trade-wrap .trade-list > li{margin-bottom: 60px}
    .trait-wrap .lc-list li{width: 25.16%;margin-bottom: 20px}
    .service-wrap .cl, .service-wrap .fw-list,
    .college-wrap .dsc{width: 90%}
    .store-wrap .store-info .store-swiper{margin-top: 40px}
    .store-wrap .store-tit{margin: 20px 0 40px}
    .i-product .i-product-nav li{font-size: 23px}
    .i-news .i-news-wrap .news_more p, .pro_more p{font-size: 20px}
    .i-about .i-about-box .box-left p, .i-about .i-about-box .box-right p{
        font-size: 23px;
    }
    .i-about .i-about-btn{width: 140px;height:60px;}
    .i-about .i-about-btn p{font-size:23px;}
    .i-about .i-about-btn .icon{width: 12px;}
    .header .w1728 .head-right .nav li a, .header .w1728 .head-right .serach p, .lang-text a{
        font-size: 18px;
    }
    .footer .footer-wrap .contact-info .title{font-size:22px}
    .footer .footer-wrap .contact-info .contact-text p,
    .footer .bq{font-size: 18px;line-height:30px}
    .mob-nav .nav-tit{font-size: 26px}
    .mob-nav li .mob-link a{font-size: 26px;line-height: 40px;}
    .trait-wrap .td-list li{align-items:center}
    .trait-wrap .td-list li .icon{width: 78%}
    .trait-wrap .td-list li .text{margin-top: 10px;}
    .pro-types li a{font-size: 20px;white-space:nowrap;}
    .pb-page-nav li{margin-right: 16px;}
    .product-list li a .pro-tit{font-size: 22px}
    .deta-wrap .info p{font-size: 22px;}
    .about-wrap .right-info p,
    .i-about .i-about-tit .i-about-text2,
    .deta-wrap .content p,
    .honor-list li,
    .jszc .info p,
    .jszc ul li .dsc,
    .factory-wrap .content p,
    .base > p,
    .base-content p,
    .esg-text .cont,
    .mobtext,
    .deta-wrap .deta-text .cont,
    .wisdom-wrap .dsc,
    .wisdom-wrap .tab-dsc,
    .college-wrap .dsc,
    .esg-wrap2 p,
    .trade-wrap .trade-list .item-sum,
    .contact .cont-content p,
    .fzs-list li .content ul li{font-size: 23px;line-height: 40px;}
    
    .i-news .i-news-wrap .i-news-list .list li a .list-info .info-cont{font-size:22px;}
    .i-news .i-news-wrap .main-top p:last-child, .i-news .i-news-wrap .i-news-list .list li a .list-info .info-title, .news-wrap .news-list li .news-text .news-tit, .welfare-wrap .welfare-list li .item-tit{font-size:26px}
    .i-about-tit .tit{font-size: 33px;}
    .jg-wrap .jg-list li p,
    .esg-wrap .esg-list li .text-info .summary,
    .college-wrap .college-cont .collection-list li .text p,
    .news-wrap .news-list li .news-text .news-sum,
    .welfare-wrap .welfare-list li .item-sum{font-size: 22px;line-height:35px;}
     .jszc ul li .dsc{text-align:justify;}
     .base-content{width:90.96%}
     .video-list li .video-tit,
     .case-wrap .before-text,
     .case-wrap .list li p,
     .show-wrap .show-list li p,
     .store-wrap .store-info .store-swiper .store-item p,
     .load-wrap .load-list li a p,
     .news-wrap .news-list li .news-text .time,
     .more p{font-size:22px;}
     .case-wrap .before-text{width: 100px;height: 40px;line-height: 40px;}
     .case-wrap .pic{width:85.31%}
     .trait-wrap .lc-list li .lc-dsc{font-size: 16px;}
     .service-wrap .dsc li{font-size: 17px;}
     .service-wrap .fw-list li .text,
     .store-wrap .store-map .num-list li .text{font-size: 20px}
     .trade-wrap .trade-list .sum-list p{font-size:17px}
     .trade-wrap .trade-list .sum-list span{margin-right: 0}
     .trade-wrap .trade-list .sum-list li{margin: 0 10px 0 0}
     .welfare-wrap{padding: 50px 0 100px;width:85.31%}
     .honor-list li{line-height: 60px}
     .fzs-list li .year{margin-right: 21%}
     .type1{display:none}
     .type2{display:flex}
     .deta-wrap .deta-text p,
     .deta-wrap .deta-img table td,
     .deta-wrap .content p{font-family: 'regular',"Microsoft YaHei", "微软雅黑" !important}
     .i-product-swiper,
     .i-product-swiper.on{display:none !important}
     .bigpro li a{font-size:20px;}
}
@media screen and (max-width: 550px){
    .welfare-wrap .welfare-list li .item-tit{font-size: 22px}
    .trade-wrap .trade-list .sum-list li,
    .trade-wrap .trade-list .sum-list span{margin: 0}
    .news-wrap .news-list li .news-text .news-tit {font-size: 18px}
    .trait-wrap .td-list li {width: 17%;margin-bottom: 20px}
    .show-wrap .show-list li{width: 48.5%}
    .pro-banner-item{height: 250px}
    .fzs-list > li{
        align-items: flex-start;
        flex-direction: column;
    }
    .esg-text .title,
    .pb-page-nav{flex-wrap: wrap}
    .pb-page-nav li{margin-right: 10px}

    .store-btn{display: none}
    .store-wrap .store-map{height: 580px}
    .college-wrap .college-cont .class-list li p{font-size: 12px}
    .esg-text .title, .tit{font-size: 20px;line-height: 28px}
    .deta-wrap .info{justify-content: space-between}
    .deta-wrap .info p{margin-right: 0}
    .trade-wrap .trade-list .item-sum, .trade-wrap .trade-list .sum-list p{font-size: 12px;letter-spacing: 0;line-height: 22px}
    .trade-wrap .trade-list .sum-list{justify-content: space-between}
    .i-product .i-product-swiper .pro-item .pro-tit{font-size: 12px}
}



